install: ${archlibdir}
@echo
@echo "Installing utilities for users to run."
- for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS}; do \
+ for file in ${INSTALLABLES} ; do \
cp $${file} ${bindir}/$${file}.new ; \
chmod 755 ${bindir}/$${file}.new ; \
done
+ for file in ${INSTALLABLE_SCRIPTS} ; do \
+ cp ${srcdir}/$${file} ${bindir}/$${file}.new ; \
+ chmod 755 ${bindir}/$${file}.new ; \
+ done
@echo
@echo "Changing the owner and group of utility programs to \`bin'."
@echo "(You may ignore errors here if you don't care about this.)"